Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / users / {id} / role-mappings / realm / composite

Effective realm-level role mappings for this user. Will recurse all composite roles to get this list.

Path parameters:
realm - realm name (not id!)
id - user id

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/users/{id}/role-mappings/realm/compositeEffective realm-level role mappings for this user.

Method Detail

GET /admin/realms/{realm}/users/{id}/role-mappings/realm/composite

Effective realm-level role mappings for this user. Will recurse all composite roles to get this list.

HTTP Example:
GET /admin/realms/{realm}/users/{id}/role-mappings/realm/composite
API Example:

UsersResource.getCompositeRealmRoleMappings({'realm': /* name realm name (not id!) */,
  'id': /* id user id */});

Output:
List<RoleRepresentation> -
Produces:
application/json

Keycloak REST Services 1.5.0-Final